FetchExt extension

on

Methods

fetch<T extends AxelorModel>({required bool baseDomain, required String model, required int id, required AxelorMapper<T> mapper, String? endPoint, bool withAuth = true, Map<String, dynamic>? params, Map<String, dynamic>? headers, AxelorBody? body}) Future<AxelorResult<T>>

Available on AxelorImpl, provided by the FetchExt extension

fetch model from axelor backend