security property

  1. @override
List<String> security
override

The list of security definitions applied to this Form.

Implementation

@override
List<String> get security => _form.security ?? _thingDescription.security;