Accepted class
Describes the accepted terms of service.
Constructors
- Accepted.new({String? acceptedBy, String? termsOfService, Date? validUntil})
- Accepted.fromJson(Map json_)
Properties
- acceptedBy ↔ String?
-
The account where the acceptance was recorded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- termsOfService ↔ String?
-
The accepted termsOfService.
getter/setter pair
- validUntil ↔ Date?
-
When set, it states that the accepted
TermsOfService
is only valid until the end of this date (in UTC).getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited