value property

List<Map<String, dynamic>> value
final

List of form rows; each row is a Map of values for its components.

Implementation

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