NullValue.fromJson constructor
NullValue.fromJson(
- Object? json
Implementation
factory NullValue.fromJson(Object? json) => _NullValueHelper.decode(json);
factory NullValue.fromJson(Object? json) => _NullValueHelper.decode(json);