toJson method

  1. @override
Map<String, dynamic> toJson()
override

Returns the JSON representation of a type in the form of Map

Implementation

@override
Map<String, dynamic> toJson() => _$BasicPermInfoToJson(this);