toJson method

Map<String, dynamic> toJson()

Returns JSON representation.

Implementation

Map<String, dynamic> toJson() => const UProfileLabelConverter().toJson(this);