toJson method

String toJson()

Implementation

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