UserTermsOfService class abstract

UserTermsOfService

Properties:

  • userId - The unique identifier of the user who performed this terms of service action.
  • termsOfServiceId - The unique identifier of the terms of service the action was performed on.
  • createAt - The time in milliseconds that this action was performed.

Constructors

UserTermsOfService([void updates(UserTermsOfServiceBuilder b)])
factory

Properties

createAt int?
The time in milliseconds that this action was performed.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termsOfServiceId String?
The unique identifier of the terms of service the action was performed on.
no setter
userId String?
The unique identifier of the user who performed this terms of service action.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UserTermsOfServiceBuilder)) UserTermsOfService
Rebuilds the instance.
inherited
toBuilder() UserTermsOfServiceBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<UserTermsOfService>
no setter