toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (locales != null) 'locales': locales!,
  if (orientations != null) 'orientations': orientations!,
};