toJson method

Map<String, dynamic> toJson()

Converts this Identity instance to JSON data.

Implementation

Map<String, dynamic> toJson() => _$IdentityToJson(this);