instantiate property

  1. @override
Function instantiate
final

The instantiate method to create a new instance of this interface.

Must be implemented by the generated mapper.

Implementation

@override
final Function instantiate = _instantiate;