isEmptyFunction property

Function? isEmptyFunction
final

A Function to use on isEmpty function for the the annotated field.

Must be a top-level or static Function with one positional parameter compatible with the field being included in the isEmpty function that returns a bool indicating if the field is empty. e.g: bool function({Type? field})

Implementation

final Function? isEmptyFunction;