UnnamedUnion1 class final
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the UnionAddress extension
The memory address of the underlying data.no setter -
ba
↔ Pointer<
mpv_byte_array> -
valid if format==MPV_FORMAT_BYTE_ARRAY
getter/setter pair
- double_ ↔ double
-
valid if format==MPV_FORMAT_INT64
getter/setter pair
- flag ↔ int
-
valid if format==MPV_FORMAT_STRING
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- int64 ↔ int
-
valid if format==MPV_FORMAT_FLAG
getter/setter pair
-
list
↔ Pointer<
mpv_node_list> -
valid if format==MPV_FORMAT_DOUBLE /
/*
valid if format==MPV_FORMAT_NODE_ARRAY
or if format==MPV_FORMAT_NODE_MAP
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
string
↔ Pointer<
Int8> -
getter/setter pair
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