sort method
This operation is not supported by an unmodifiable list.
Implementation
@override
void sort([Comparator<E>? compare]) {
throw UnsupportedError('Cannot modify an unmodifiable list');
}
This operation is not supported by an unmodifiable list.
@override
void sort([Comparator<E>? compare]) {
throw UnsupportedError('Cannot modify an unmodifiable list');
}