listPage constructor

const listPage({
  1. Key? key,
  2. required int EntityTypeId,
  3. required String BaseURL,
  4. required String Token,
  5. String? CustomerId,
  6. Object? Parameters,
  7. String? Lang,
  8. String? PageName,
  9. String? HourlyURL,
})

Implementation

const listPage(
    {super.key,
    required this.EntityTypeId,
    required this.BaseURL,
    required this.Token,
    this.CustomerId,
    this.Parameters,
    this.Lang,
    this.PageName,
    this.HourlyURL});