Map<String, Object?> toMap() => <String, Object?>{ 'id': id, 'name': name, 'description': description, };