RC
Size: a a a
RC
EE
🅵
EE
🅵
EE
EE
🅵
🅵
EE
🅵
🅵
🅵
EE
RC
🅵
class SortedList<T> extends ListViewState {
List<T> items;
SortedList(this.items);
class State with AlwaysDifferent {
const State();
}
/// BLoC fix mixin
mixin AlwaysDifferent {
@override
// ignore: avoid_equals_and_hash_code_on_mutable_classes
bool operator ==(Object obj) => false;
}
RC
class State with AlwaysDifferent {
const State();
}
/// BLoC fix mixin
mixin AlwaysDifferent {
@override
// ignore: avoid_equals_and_hash_code_on_mutable_classes
bool operator ==(Object obj) => false;
}
🅵
EE
🅵