properties property

List<Map<String, dynamic>> properties
final

List of fields - the field properites like annotation, type, label, hint, enabled, inputDecoration, validators, initialValue, etc., are defines in a map.

Implementation

final List<Map<String, dynamic>> properties;