DebugRuleChainEventBody.fromJson constructor

DebugRuleChainEventBody.fromJson(
  1. Map<String, dynamic> json
)

Implementation

DebugRuleChainEventBody.fromJson(Map<String, dynamic> json)
    : message = json['message'],
      error = json['error'],
      super.fromJson(json);