ServerRpcVersion class
Constructors
- ServerRpcVersion({required num rpcVersion, required num minRpcVersion, required DateTime updateDate})
-
const
- ServerRpcVersion.build(num rpcVersion, num minRpcVersion)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- minRpcVersion → num
-
The minimum rpc version supported
final
- rpcVersion → num
-
Current rpc version supported
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateDate → DateTime
-
Last server rpc version update time
final
Methods
-
checkApiVersionValidate(
{num? v}) → bool -
isValidateServerVersion(
) → bool -
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