PlayerId.fromJson constructor
PlayerId.fromJson(
- String value
Implementation
factory PlayerId.fromJson(String value) => PlayerId(value);
factory PlayerId.fromJson(String value) => PlayerId(value);