HomeAccountOptionsDTO constructor

HomeAccountOptionsDTO({
  1. List<TicketCategoryDTO> categories = const [],
  2. List<TicketCategoryDTO> areas = const [],
  3. List<HomeAccountObjectDTO> objects = const [],
  4. List<HomeAccountObjectItemDTO> items = const [],
})

Returns a new HomeAccountOptionsDTO instance.

Implementation

HomeAccountOptionsDTO({
  this.categories = const [],
  this.areas = const [],
  this.objects = const [],
  this.items = const [],
});