build method

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

Implementation

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