getDefault static method

GroupList getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static GroupList getDefault() =>
    _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<GroupList>(create);