isClean method

bool isClean([
  1. dynamic attributes
])
inherited

Check if the model or specific attribute is clean.

Implementation

bool isClean([dynamic attributes]) => !isDirty(attributes);