initialValues property

Map<String, dynamic> initialValues
final

Map of initial values which will be obtained by field when registered or reset

Modifying this field without resetting the form or registering fields has no effects.

Implementation

final Map<String, dynamic> initialValues;