vm property

  1. @override
(VmFactory<St, dynamic, dynamic> Function()?) vm
final

Convert the Store into a Model. The resulting Model will be passed to the builder function.

Implementation

@override
final VmFactory<St, dynamic, dynamic> Function()? vm;