NESDKVersions class Null safety

版本信息 imVersion IM版本 rtcVersion rtc版本 whiteboardVersion 白板版本 roomKitVersion platform roomKit版本 fltRoomKitVersion flutter roomKit版本

Constructors

NESDKVersions({required String imVersion, required String rtcVersion, required String whiteboardVersion, required String roomKitVersion, required String fltRoomKitVersion})

Properties

fltRoomKitVersion String
final
hashCode int
The hash code for this object.
read-only, inherited
imVersion String
final
roomKitVersion String
final
rtcVersion String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
whiteboardVersion String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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