The differences between two schemas.
In the return value, the receiver is the SchemaDifference.expectedSchema
and otherSchema
is SchemaDifference.actualSchema.
Source
SchemaDifference differenceFrom(Schema otherSchema) { return new SchemaDifference(this, otherSchema); }