EmoticonAdded.fromJson constructor

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

Implementation

EmoticonAdded.fromJson(Map<String, dynamic> json) {
  keyword = json['keyword'];
  errorText = json['error_text'];
  successText = json['success_text'];
}