PropertyFieldInfoDelegate typedef

PropertyFieldInfoDelegate = void Function(dynamic PropertyDefinition, dynamic FieldInfo)
Delegate that takes a property definition and matching static field info. Property definition. Field info.

Implementation

typedef void PropertyFieldInfoDelegate(PropertyDefinition, FieldInfo);