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