bool customOperator (Object other) { return identical(this, other) || other is TutorModel && runtimeType == other.runtimeType && other.username == username && other.aaa == aaa; }