- override
Two channel is equivalent, if their UUID's are the same - regardless of state.
Source
@override
bool operator ==(Object other) =>
other is Channel && uuid.toLowerCase() == other.uuid.toLowerCase();
Two channel is equivalent, if their UUID's are the same - regardless of state.
@override
bool operator ==(Object other) =>
other is Channel && uuid.toLowerCase() == other.uuid.toLowerCase();