EnterpriseCrmEventbusProtoSuccessPolicy.fromJson constructor
EnterpriseCrmEventbusProtoSuccessPolicy.fromJson(
- Map json_
Implementation
EnterpriseCrmEventbusProtoSuccessPolicy.fromJson(core.Map json_)
: this(
finalState: json_.containsKey('finalState')
? json_['finalState'] as core.String
: null,
);