name property

String? name
inherited

name The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called.

Implementation

String? get name => throw _privateConstructorUsedError;