static ClassList? parse(Map<String, dynamic>? json) => json == null ? null : ClassList._fromJson(json);