NERtcThumbImageBuffer class

The image content of the thumbnail or icon.

Annotations
  • @JsonSerializable()

Constructors

NERtcThumbImageBuffer.new({required Uint8List buffer, required int length, required int width, required int height})
NERtcThumbImageBuffer.fromJson(Map<String, dynamic> json)
factory

Properties

buffer Uint8List
The buffer of the thumbnail or icon.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
The actual height (px) of the thumbnail or icon.
getter/setter pair
length int
The buffer length (bytes) of the thumbnail or icon.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
The actual width (px) of the thumbnail or icon.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited