initialValue property

Map<String, dynamic> initialValue
final

An optional Map of field initialValues. Keys correspond to the field's name and value to the initialValue of the field.

The initialValues set here will be ignored if the field has a local initialValue set.

Implementation

final Map<String, dynamic> initialValue;