inputs property
A list of FancyInput instances, representing the inputs in the form. This list must be implemented by subclasses.
Implementation
abstract List<FancyInput> inputs;
A list of FancyInput instances, representing the inputs in the form. This list must be implemented by subclasses.
abstract List<FancyInput> inputs;