toModel abstract method

FutureOr<M> toModel()

Converts the form state to a model object of type M.

Implementation

FutureOr<M> toModel();