initOptions property

Function? initOptions
getter/setter pair

data is optional data that can be passed to the initOptions function

Implementation

Function? initOptions = (
  field,
) async =>
    null;