Map<String, dynamic> toJson() => { "id": id, "name": name, "created_at": createdAt?.toIso8601String(), "updated_at": updatedAt?.toIso8601String(), };