ConferenceSolutionKey.fromJson constructor
ConferenceSolutionKey.fromJson(
- Map json_
Implementation
ConferenceSolutionKey.fromJson(core.Map json_)
: this(
type: json_['type'] as core.String?,
);