NullValue.fromJson constructor
NullValue.fromJson(
- Object? json
Implementation
factory NullValue.fromJson(Object? json) => NullValue(json as String);
factory NullValue.fromJson(Object? json) => NullValue(json as String);