parentId property
The ID of this group's parent group, unless it's the root group.
Implementation
@JsonKey(name: 'parentID')
int? get parentId => throw _privateConstructorUsedError;
The ID of this group's parent group, unless it's the root group.
@JsonKey(name: 'parentID')
int? get parentId => throw _privateConstructorUsedError;