insertAtIndex static method

UpdateAppStateMutation insertAtIndex(
  1. String field,
  2. Object? index,
  3. Object? value
)

Implementation

static UpdateAppStateMutation insertAtIndex(
  String field,
  Object? index,
  Object? value,
) => UpdateAppStateMutation.insertAtIndex(field, index, value);