TF-1018 Remove unnecessary Wrapper class
This commit is contained in:
committed by
Dat H. Pham
parent
350167eae5
commit
8349e874a9
@@ -1,4 +0,0 @@
|
||||
class Wrapped<T> {
|
||||
final T value;
|
||||
const Wrapped.value(this.value);
|
||||
}
|
||||
Reference in New Issue
Block a user