getLoadData property

dynamic Function()? get getLoadData

Get the load data function for the form

Implementation

Function()? get getLoadData => _loadData;