AssetReport class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AssetReport({required String assetReportId, required String? clientReportId, required DateTime dateGenerated, required double daysRequested, required AssetReportUser user, required List<AssetReportItem> items})
AssetReport.fromJson(Map<String, dynamic> json)
factory

Properties

assetReportId String
final
clientReportId String?
final
dateGenerated DateTime
final
daysRequested double
final
hashCode int
The hash code for this object.
no setteroverride
items List<AssetReportItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user AssetReportUser
final

Methods

copyWith({String? assetReportId, String? clientReportId, DateTime? dateGenerated, double? daysRequested, AssetReportUser? user, List<AssetReportItem>? items}) AssetReport

Available on AssetReport, provided by the $AssetReportExtension extension

copyWithWrapped({Wrapped<String>? assetReportId, Wrapped<String?>? clientReportId, Wrapped<DateTime>? dateGenerated, Wrapped<double>? daysRequested, Wrapped<AssetReportUser>? user, Wrapped<List<AssetReportItem>>? items}) AssetReport

Available on AssetReport, provided by the $AssetReportExtension extension

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 ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const AssetReport Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(AssetReport instance)