toJson method

Map<String, dynamic> toJson()

Returns the data fields of NotificationButton in JSON format.

Implementation

Map<String, dynamic> toJson() {
  return {
    'id': id,
    'text': text,
  };
}