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