MyCoverInspection class

Constructors

MyCoverInspection({Key? key, required BuildContext context, required String email, required String token, required String distributorId, required String policyId, required String productId, required String customerId, required String providerId, dynamic claimDetail, required InspectionType typeOfInspection, required CameraDescription camera})

Properties

camera → CameraDescription
final
claimDetail → dynamic
final
context BuildContext
final
customerId String
final
distributorId String
final
email String
final
hashCode int
The hash code for this object.
no setterinherited
policyId String
final
productId String
final
providerId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final
typeOfInspection InspectionType
final

Methods

initialise() → dynamic
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