getValue property

  1. @override
dynamic getValue
inherited

Can be used when the multiple option id true

Implementation

@override
dynamic get getValue =>
    (_$getValueComputed ??= Computed<dynamic>(() => super.getValue,
            name: '_GroupSelectControllerBaseStore.getValue'))
        .value;