ListFieldController<T>.fromValue constructor

ListFieldController<T>.fromValue(
  1. ListFieldController<T> controller
)

Implementation

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