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