ListFieldController<T>.fromValue constructor
ListFieldController<T>.fromValue (
- ListFieldController<
T> controller
Implementation
ListFieldController.fromValue(final ListFieldController<T> controller)
: super(controller.value);