fromJson method

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

Implementation

@override
String fromJson(String? json) => json ?? '';