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