PlayerId.fromJson constructor

PlayerId.fromJson(
  1. String value
)

Implementation

factory PlayerId.fromJson(String value) => PlayerId(value);