callable property

FutureOr<Map<String, Object?>> Function(Map<String, Object?> args) callable
final

The callable function that this declaration represents.

Implementation

final FutureOr<Map<String, Object?>> Function(Map<String, Object?> args)
    callable;