preferOverDefault method
Returns other if this is DefaultEntity, otherwise returns this.
Implementation
@pragma('vm:prefer-inline')
Entity preferOverDefault(Entity other) => isDefault() ? other : this;
Returns other if this is DefaultEntity, otherwise returns this.
@pragma('vm:prefer-inline')
Entity preferOverDefault(Entity other) => isDefault() ? other : this;