user property

List<User>? user
getter/setter pair

Only present if valueType is user.

Implementation

core.List<User>? user;