DatafeedsFetchNowResponse.fromJson constructor
DatafeedsFetchNowResponse.fromJson(
- Map json_
Implementation
DatafeedsFetchNowResponse.fromJson(core.Map json_)
: this(
kind: json_.containsKey('kind') ? json_['kind'] as core.String : null,
);