Map<String, dynamic> build() { return { 'custom_id': _customId, 'title': _title, 'components': _components.map((e) => e.toJson()).toList(), }; }