PropertyAsyncTransformer typedef
PropertyAsyncTransformer =
Future Function(dynamic value)
Async property transformer function type
Implementation
typedef PropertyAsyncTransformer = Future<dynamic> Function(dynamic value);