Items property
Iterable<TServiceObject> ?
get
Items
Implementation
Iterable<TServiceObject>? get Items => this.Objects;
set
Items
(Iterable<TServiceObject> ? value)
Implementation
set Items(Iterable<TServiceObject>? value) {
this.Objects = value;
}