ReportRequest<T> class
final
- Annotations
-
- @JsonSerializable.new(fieldRename: FieldRename.snake, explicitToJson: true, genericArgumentFactories: true)
Constructors
- ReportRequest({T? entityId, required String message, required int reason})
-
const
-
ReportRequest.fromJson(Map<
String, dynamic> json, T fromJsonT(Object?)) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
Object? toJsonT(T)) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited