Report class

An object which contains information about reports.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

Report({DateTime? createdAt, DateTime? completedAt, DateTime? expiresAt, String? id, String? type, String? status, String? userId, String? fileUrl, Params? params, int? fileCount})
Report.fromJson(Map<String, dynamic> json)
factory

Properties

completedAt DateTime?
final
createdAt DateTime?
final
expiresAt DateTime?
final
fileCount int?
final
fileUrl String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
params Params?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
type String?
final
userId String?
final

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