evaluateSerialized abstract method

  1. @Deprecated('Regenerate models with latest CLI and use `evaluate` instead.')
bool evaluateSerialized(
  1. T? other
)

Similar to evaluate, except other should be the serialized value of a field on the model.

This should be used to support comparisons with models that were generated prior to toMap() being added.

Implementation

// TODO(Jordan-Nelson): remove at next major version bump
@Deprecated('Regenerate models with latest CLI and use `evaluate` instead.')
bool evaluateSerialized(T? other);