AugmentedInfo.fromJson constructor

AugmentedInfo.fromJson(
  1. Map json_
)

Implementation

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