apiService property

T get apiService

Get the ApiService

Implementation

T get apiService {
  return _apiService ??= (Nylo.apiDecoder<T>() as T);
}