Objects property

Iterable<TServiceObject>? Objects
Gets or sets the service objects.

Implementation

Iterable<TServiceObject>? get Objects => this._objects;
void Objects=(Iterable<TServiceObject>? value)

Implementation

set Objects(Iterable<TServiceObject>? value) {
  this._objects = value;
}