toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (assignable != null) 'assignable': assignable!,
      if (channelId != null) 'channelId': channelId!,
      if (title != null) 'title': title!,
    };