fromJson static method

Command fromJson(
  1. Map<String, dynamic> json
)

Implementation

static Command fromJson(Map<String, dynamic> json) => _$CommandFromJson(json);