@override Map<String, dynamic> toJson() { return { 'type': ComponentType.actionRow.value, 'components': _components.map((e) => e.toJson()).toList(), }; }