ChatwootAction.fromJson constructor

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

Implementation

factory ChatwootAction.fromJson(Map<String, dynamic> json) =>
    _$ChatwootActionFromJson(json);