ChatwootContact.fromJson constructor

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

Implementation

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