getLoadData property
      
      dynamic Function()?
      get
      getLoadData
      
    
    
Get the load data function for the form
Implementation
Function()? get getLoadData => _loadData;Get the load data function for the form
Function()? get getLoadData => _loadData;