fromJson method

  1. @override
String? fromJson(
  1. dynamic json
)

Implementation

@override
String? fromJson(dynamic json) => json?.toString();