EmbeddedImageObjectBuilder constructor
EmbeddedImageObjectBuilder({})
Implementation
EmbeddedImageObjectBuilder({
List<int>? bytes,
int? componentCount,
ComponentType? componentType,
int? width,
int? height,
})
: _bytes = bytes,
_componentCount = componentCount,
_componentType = componentType,
_width = width,
_height = height;