MultiOutputInfo.fromJson constructor
MultiOutputInfo.fromJson(
- Map json_
Implementation
MultiOutputInfo.fromJson(core.Map json_)
: this(
tag: json_.containsKey('tag') ? json_['tag'] as core.String : null,
);