EmbeddedImageT class
- Implemented types
Constructors
-
EmbeddedImageT.new({List<
int> ? bytes, int componentCount = 0, ComponentType componentType = ComponentType.k8Bit, int width = 0, int height = 0})
Properties
-
bytes
↔ List<
int> ? -
getter/setter pair
- componentCount ↔ int
-
getter/setter pair
- componentType ↔ ComponentType
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pack(
Builder fbBuilder) → int -
Serialize the object using the given builder, returning the offset.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited