call method

String? call(
  1. Object? _
)

Always invalid; always returns error.

Implementation

String? call(Object? _) => _error;