EnterpriseCrmEventbusProtoSuccessPolicy.fromJson constructor

EnterpriseCrmEventbusProtoSuccessPolicy.fromJson(
  1. Map json_
)

Implementation

EnterpriseCrmEventbusProtoSuccessPolicy.fromJson(core.Map json_)
  : this(finalState: json_['finalState'] as core.String?);