RotateCmd.fromJson constructor

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

Implementation

factory RotateCmd.fromJson(Map<String, dynamic> json) => _$RotateCmdFromJson(json);