ServiceTerms class

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

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

Properties

agreed bool
동의 여부
getter/setter pair
agreedAt DateTime?
최근 동의 시각
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
required bool
필수 동의 여부
getter/setter pair
revocable bool
철회 가능 여부
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
3rd 에서 설정한 서비스 약관의 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