apiRequestItems property

String get apiRequestItems

Get API path for request Items

Implementation

String get apiRequestItems {
  throw Exception('api Request Items is not overrided');
}