ApiVersion class
A pairs of ApiId
and a u32
for version.
Constructors
- ApiVersion({required ApiId id, required int version})
-
const
- ApiVersion.decode(Input input)
-
factory
- ApiVersion.fromJson(List json)
-
factory
Properties
Methods
-
encode(
) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
- codec → const $ApiVersionCodec