toJson method

String toJson()
inherited

Implementation

String toJson() {
  return GamePropertyMapper.ensureInitialized().encodeJson<GameProperty>(
    this as GameProperty,
  );
}