ServiceTerms class

KO: 서비스 약관 정보
EN: Service terms information

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

agreed bool
KO: 동의 여부
EN: The consent status of the service terms
getter/setter pair
agreedAt DateTime?
KO: 마지막으로 동의한 시간
EN: The last time the user agreed to the scope
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
required bool
KO: 필수 동의 여부
EN: Whether consent is required
getter/setter pair
revocable bool
KO: 철회 가능 여부
EN: Whether consent is revocable
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
KO: 태그
EN: Tag
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited