toJson method

Map<String, dynamic> toJson()

Converts this ItemReference instance to JSON data.

Implementation

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