SdkResponse constructor
Creates a normalized SDK response.
Implementation
const SdkResponse({
required this.ok,
required this.source,
this.statusCode,
this.message,
this.data,
this.error,
this.meta = const {},
});
Creates a normalized SDK response.
const SdkResponse({
required this.ok,
required this.source,
this.statusCode,
this.message,
this.data,
this.error,
this.meta = const {},
});