StreamingConfig.fromJson constructor

StreamingConfig.fromJson(
  1. Map json_
)

Implementation

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