ecosystem property

  1. @TagNumber(1)
Ecosystem ecosystem

Details of the created ecosystem

Implementation

@$pb.TagNumber(1)
Ecosystem get ecosystem => $_getN(0);
  1. @TagNumber(1)
void ecosystem=(Ecosystem v)

Implementation

@$pb.TagNumber(1)
set ecosystem(Ecosystem v) {
  setField(1, v);
}