ReviewDetails class

An object that contains information about your account details review.

Constructors

ReviewDetails({String? caseId, ReviewStatus? status})
ReviewDetails.fromJson(Map<String, dynamic> json)
factory

Properties

caseId String?
The associated support center case ID (if any).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ReviewStatus?
The status of the latest review of your account. The status can be one of the following:
final

Methods

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