mutationKey property

String? mutationKey
final

Unique key for this mutation.

Required for offline support. If set, this mutation can be queued and replayed when the app comes back online.

Implementation

final String? mutationKey;