ServiceTerms class

3rd party 서비스 약관 정보 클래스

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

Properties

agreed ↔ bool
동의 여부
read / write
agreedAt ↔ DateTime?
최근 동의 시각
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
required ↔ bool
필수 동의 여부
read / write
revocable ↔ bool
철회 가능 여부
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
tag ↔ String
3rd 에서 설정한 서비스 약관의 tag
read / write

Methods

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

Operators

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