ActiveConference.fromJson constructor

ActiveConference.fromJson(
  1. Map json_
)

Implementation

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