ApiResultWrapper<T> constructor
Implementation
const ApiResultWrapper(
{super.key,
required this.future,
required this.builder,
this.errorMessage});
const ApiResultWrapper(
{super.key,
required this.future,
required this.builder,
this.errorMessage});