$SasPortalNrqzValidation class
Used by:
- prod_tt_sasportal:v1alpha1 : SasPortalNrqzValidation
- sasportal:v1alpha1 : SasPortalNrqzValidation
Constructors
- $SasPortalNrqzValidation({String? caseId, String? cpiId, double? latitude, double? longitude, String? state})
- $SasPortalNrqzValidation.fromJson(Map json_)
Properties
- caseId ↔ String?
-
Validation case ID.
getter/setter pair
- cpiId ↔ String?
-
CPI who signed the validation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- latitude ↔ double?
-
Device latitude that's associated with the validation.
getter/setter pair
- longitude ↔ double?
-
Device longitude that's associated with the validation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the NRQZ validation info.
Possible string values are:
getter/setter pair
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