StoneCredentialsModel class

Constructors

StoneCredentialsModel({required String stoneCode, String? qrCodeAuthorization, String? qrCodeProviderid, required String appName})
StoneCredentialsModel.fromJson(String source)
factory
StoneCredentialsModel.fromMap(Map<String, dynamic> map)
factory

Properties

appName String
final
hashCode int
The hash code for this object.
no setteroverride
qrCodeAuthorization String?
final
qrCodeProviderid String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoneCode String
final

Methods

copyWith({String? stoneCode, String? qrCodeAuthorization, String? qrCodeProviderid, String? appName}) StoneCredentialsModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant StoneCredentialsModel other) bool
The equality operator.
override