ScannedQrCodeTag class

Annotations
  • @freezed

Constructors

ScannedQrCodeTag.new({int? id, int? tagId, List<int>? tagIdList, int? scannedQrcodeId, String? attachedBy, String? deletedByUserId, String? remarks, DateTime? attachedOnUtc, User? user, Tag? tag, ScannedQrCode? scannedQrCode})
const
factory
ScannedQrCodeTag.fromJson(Map<String, dynamic> json)
factory

Properties

attachedBy String?
no setterinherited
attachedOnUtc DateTime?
no setterinherited
copyWith → $ScannedQrCodeTagCopyWith<ScannedQrCodeTag>
Create a copy of ScannedQrCodeTag with the given fields replaced by the non-null parameter values.
no setterinherited
deletedByUserId String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
no setterinherited
remarks String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannedQrCode ScannedQrCode?
no setterinherited
scannedQrcodeId int?
no setterinherited
tag Tag?
no setterinherited
tagId int?
no setterinherited
tagIdList List<int>?
no setterinherited
user User?
no setterinherited

Methods

createMapToRequest() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMapToRequest() Map<String, dynamic>
toJson() Map<String, dynamic>
Serializes this ScannedQrCodeTag to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited