toJson method

Map<String, dynamic> toJson()

Converts this IdentitySet instance to JSON data.

Implementation

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