Move.fromRawJson constructor
Move.fromRawJson(
- String str
Implementation
factory Move.fromRawJson(String str) => Move.fromJson(json.decode(str));
factory Move.fromRawJson(String str) => Move.fromJson(json.decode(str));