toJson method Null safety

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

Returns a JSON-encoded representation of the value you supply.

Returns: a JSON-encoded representation of the supplied value. See json_serializable

Implementation

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