formDirective property

  1. @override
Form get formDirective
override

Get the Form to which this group belongs.

Implementation

@override
Form get formDirective => _parent.formDirective;