Report class
Constructors
- Report.new({String id = "", String ownerId = "", ReportType type = ReportType.other, String referenceId = "", ReferenceType referenceType = ReferenceType.post, int createdTime = 0, int modifiedTime = 0, String message = ""})
-
Report.fromDocumentSnapshot({required DocumentSnapshot<
Object?> documentSnapshot})
Properties
- createdTime ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- message ↔ String
-
getter/setter pair
- modifiedTime ↔ int
-
getter/setter pair
- ownerId ↔ String
-
getter/setter pair
- processed ↔ bool
-
getter/setter pair
- referenceId ↔ String
-
getter/setter pair
- referenceType ↔ ReferenceType
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ReportType
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited