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