Query$getCorporateUserCardByUserAndTarget$getCorporateUserCardByUserAndTarget class
Constructors
- Query$getCorporateUserCardByUserAndTarget$getCorporateUserCardByUserAndTarget({required String id, required DateTime validUntil, required String identifier, required Enum$CardTypeEnum cardType, required DateTime createdAt, required DateTime updatedAt})
-
Query$getCorporateUserCardByUserAndTarget$getCorporateUserCardByUserAndTarget.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cardType → Enum$CardTypeEnum
-
final
-
copyWith
→ CopyWith$Query$getCorporateUserCardByUserAndTarget$getCorporateUserCardByUserAndTarget<
Query$getCorporateUserCardByUserAndTarget$getCorporateUserCardByUserAndTarget> -
Available on Query$getCorporateUserCardByUserAndTarget$getCorporateUserCardByUserAndTarget, provided by the UtilityExtension$Query$getCorporateUserCardByUserAndTarget$getCorporateUserCardByUserAndTarget extension
no setter - createdAt → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- identifier → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
final
- validUntil → DateTime
-
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.
override