ActiveConference.fromJson constructor
ActiveConference.fromJson(
- Map json_
Implementation
ActiveConference.fromJson(core.Map json_)
: this(conferenceRecord: json_['conferenceRecord'] as core.String?);