namedArguments property
namedArguments is nullable because invoke and similar methods on
mirrors allow their namedArguments parameter to be null. It specifies
that there are no named arguments.
Implementation
final Map<Symbol, dynamic>? namedArguments;