ignoreMutation static method

void ignoreMutation(
  1. Object? obj
)

Convenience method when Inheritable.mutable should ignore all mutations

Implementation

static void ignoreMutation(Object? obj) {}