LabelerGetServicesOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const LabelerGetServicesOutput({
  1. @ULabelerGetServicesViewsConverter() required List<ULabelerGetServicesViews> views,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory LabelerGetServicesOutput({
  @ULabelerGetServicesViewsConverter()
  required List<ULabelerGetServicesViews> views,

  Map<String, dynamic>? $unknown,
}) = _LabelerGetServicesOutput;