LabelerGetServicesInput constructor

  1. @JsonSerializable.new(includeIfNull: false)
const LabelerGetServicesInput({
  1. required List<String> dids,
  2. @Default.new(false) bool detailed,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory LabelerGetServicesInput({
  required List<String> dids,
  @Default(false) bool detailed,

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