NESDKVersions class Null safety

Version info imVersion IM version rtcVersion RTC version whiteboardVersion Whiteboard version roomKitVersion platform roomKit version fltRoomKitVersion Flutter roomKit version

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