toJson method

Map<String, dynamic> toJson()
override

toJson is the convention for a class to declare support for serialization to JSON. The implementation simply calls the private, generated helper method _$AssetBoxToJson.

Implementation

// ignore: annotate_overrides
Map<String, dynamic> toJson() => _$AssetBoxToJson(this);