EnterpriseCrmEventbusProtoTeardown.fromJson constructor
EnterpriseCrmEventbusProtoTeardown.fromJson(
- Map json_
Implementation
EnterpriseCrmEventbusProtoTeardown.fromJson(core.Map json_)
: this(
teardownTaskConfigs: json_.containsKey('teardownTaskConfigs')
? (json_['teardownTaskConfigs'] as core.List)
.map((value) =>
EnterpriseCrmEventbusProtoTeardownTaskConfig.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList()
: null,
);