ViewStateError class

Constructors

ViewStateError(ViewStateErrorType? _errorType, {String? message, String? errorMessage})

Properties

errorMessage String?
getter/setter pair
errorType ViewStateErrorType
no setter
hashCode int
The hash code for this object.
no setterinherited
isDefaultError → dynamic
以下变量是为了代码书写方便,加入的get方法.严格意义上讲,并不严谨
no setter
isNetworkTimeOut → dynamic
no setter
isUnauthorized → dynamic
no setter
message String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited