ChangeStreamConfig.fromJson constructor

ChangeStreamConfig.fromJson(
  1. Map json_
)

Implementation

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