toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (iconUrl != null) 'iconUrl': iconUrl!,
      if (kind != null) 'kind': kind!,
      if (name != null) 'name': name!,
      if (scoreFormat != null) 'scoreFormat': scoreFormat!,
      if (sortRank != null) 'sortRank': sortRank!,
    };