TypesDescriptorType.other constructor

const TypesDescriptorType.other(
  1. dynamic payload
)

Implementation

const factory TypesDescriptorType.other(i1.Option<String> payload) =
    TypesDescriptorTypeOther;