AiCycleClaimMeArgument class

Constructors

AiCycleClaimMeArgument({required String externalClaimId, required String apiToken, Evn? environtment, bool? enableVersion2, bool? savePhotoAfterShot, Locale? locale, String? aicycleClaimId, bool? isAICycle, String? xApplication, num? vehicleTypeId})

Properties

aicycleClaimId String?
final
apiToken String
final
enableVersion2 bool?
final
environtment Evn?
final
externalClaimId String
final
hashCode int
The hash code for this object.
no setterinherited
isAICycle bool?
final
locale Locale?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savePhotoAfterShot bool?
final
vehicleTypeId num?
final
xApplication String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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