StreamingConfig.fromJson constructor
StreamingConfig.fromJson(
- Map json_
Implementation
StreamingConfig.fromJson(core.Map json_)
: this(
filter: json_['filter'] as core.String?,
);
StreamingConfig.fromJson(core.Map json_)
: this(
filter: json_['filter'] as core.String?,
);