UserServiceTerms class Null safety
사용자가 동의한 약관 조회 API 응답 클래스
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)
Properties
-
allowedServiceTerms
↔ List<
ServiceTerms> ? -
사용자가 동의한 3rd의 약관 항목들
read / write
-
appServiceTerms
↔ List<
AppServiceTerms> ? -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- userId ↔ int?
-
회원번호
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited