NERoomLiveStreamImageInfo class

图片布局

Constructors

NERoomLiveStreamImageInfo({required String url, required int x, required int y, required int width, required int height})

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
画布中的高度。
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
占位图片的URL
final
width int
画布中的宽度。
final
x int
横轴坐标值
final
y int
纵轴坐标值
final

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