TermsOfService class abstract

TermsOfService

Properties:

  • id - The unique identifier of the terms of service.
  • createAt - The time at which the terms of service was created.
  • userId - The unique identifier of the user who created these terms of service.
  • text - The text of terms of service. Supports Markdown.

Constructors

TermsOfService([void updates(TermsOfServiceBuilder b)])
factory

Properties

createAt int?
The time at which the terms of service was created.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier of the terms of service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The text of terms of service. Supports Markdown.
no setter
userId String?
The unique identifier of the user who created these terms of service.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TermsOfServiceBuilder)) TermsOfService
Rebuilds the instance.
inherited
toBuilder() TermsOfServiceBuilder
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<TermsOfService>
no setter