ULexXrpcParametersPropertyPrimitiveArray constructor

const ULexXrpcParametersPropertyPrimitiveArray({
  1. required LexPrimitiveArray data,
})

Implementation

const factory ULexXrpcParametersPropertyPrimitiveArray(
        {required final LexPrimitiveArray data}) =
    _$ULexXrpcParametersPropertyPrimitiveArrayImpl;