fromJson method

  1. @override
void fromJson(
  1. Map map
)
override

Implementation

@override
void fromJson(Map map) {
  super.fromJson(map);
  sharerAvRoomUid = map['sharerAvRoomUid'] as int;
  operatorAvRoomUid = map['operatorAvRoomUid'] as int;
  sharerImAccid = map['sharerImAccid'] as String;
}