createProperties property
GroupOptionsCreateProperties?
get
createProperties
Configurations for creating a group. Cannot be used if groupId is already specified.
Implementation
GroupOptionsCreateProperties? get createProperties =>
_wrapped.createProperties?.let(GroupOptionsCreateProperties.fromJS);
set
createProperties
(GroupOptionsCreateProperties? v)
Implementation
set createProperties(GroupOptionsCreateProperties? v) {
_wrapped.createProperties = v?.toJS;
}