StrapiResponse<T> constructor

const StrapiResponse<T>({
  1. T? data,
  2. @StrapiMetaConverter() StrapiMeta? meta,
  3. @StrapiErrorConvertor() StrapiError? error,
})

Implementation

const factory StrapiResponse({
  T? data,
  @StrapiMetaConverter() StrapiMeta? meta,
  @StrapiErrorConvertor() StrapiError? error,
}) = _StrapiData;