FlutterSmartSelfieResponse class

Constructors

FlutterSmartSelfieResponse({required String code, required String createdAt, required String jobId, required FlutterJobTypeV2 jobType, required String message, required String partnerId, Map<String?, String?>? partnerParams, required FlutterSmartSelfieStatus status, required String updatedAt, required String userId})

Properties

code String
getter/setter pair
createdAt String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobId String
getter/setter pair
jobType FlutterJobTypeV2
getter/setter pair
message String
getter/setter pair
partnerId String
getter/setter pair
partnerParams Map<String?, String?>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status FlutterSmartSelfieStatus
getter/setter pair
updatedAt String
getter/setter pair
userId String
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object result) FlutterSmartSelfieResponse