apiService property
T
get
apiService
Get the ApiService
Implementation
T get apiService {
return _apiService ??= (Nylo.apiDecoder<T>() as T);
}
Get the ApiService
T get apiService {
return _apiService ??= (Nylo.apiDecoder<T>() as T);
}