DyFetchCustomParam constructor
const
DyFetchCustomParam({
- required dynamic customParameter,
- required bool force,
Implementation
const DyFetchCustomParam(
{required this.customParameter, required this.force});