UListPurpose.unknownValue constructor

const UListPurpose.unknownValue({
  1. required String data,
})

Implementation

const factory UListPurpose.unknownValue({
  required String data,
}) = UListPurposeUnknownValue;