fromJson method

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

Implementation

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