Dims class

Constructors

Dims({bool? showHeader, bool? showConnectLoanText, String? championName, String? landingUrl, String? updateCredentials, String? loanServicerId, String? loanAccountId, String? platformBenefitText1, String? platformBenefitText2, String? platformBenefitText3, String? primaryColor3, String? transparentImageUrl, String? module, String? moduleId})
Dims.fromJson(dynamic json)

Properties

championName → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
landingUrl → String?
no setter
loanAccountId → String?
no setter
loanServicerId → String?
no setter
module → String?
no setter
moduleId → String?
no setter
platformBenefitText1 → String?
no setter
platformBenefitText2 → String?
no setter
platformBenefitText3 → String?
no setter
primaryColor3 → String?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showConnectLoanText → bool?
no setter
showHeader → bool?
no setter
transparentImageUrl → String?
no setter
updateCredentials → String?
no setter

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.
inherited