Move.fromRawJson constructor

Move.fromRawJson(
  1. String str
)

Implementation

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