ChannelData class
Constructors
- ChannelData.new({required String userId, dynamic userInfo = false})
-
const
- ChannelData.fromJson(Map json)
-
Creates a new instance from a json map.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the instance to a json map.
-
toJsonString(
) → String - Converts the instance to a json string.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJsonString(
String jsonString) → ChannelData? - Creates a new instance from a json string.