customParser property
Name of a custom static parser method to use for this field
References a static method that should handle parsing this specific field.
The method should have signature: static T methodName(dynamic value)
Implementation
final String? customParser;