founder property

  1. @override
ID? get founder
override

Gets the group founder's user ID.

Identifies the original creator of the group.

Implementation

@override
ID? get founder => ID.parse(getProperty('founder'));