build method

  1. @override
Map<String, Object?> build()
override

Implementation

@override
Map<String, Object?> build() => {
      if (channelId != null) 'channel_id': channelId!.toString(),
      if (suppress != null) 'suppress': suppress,
    };