factory Sector.fromJson(Map<String, dynamic> json) { return Sector(name: json['name'] as String, order: json['order'] as int?); }