UnSigned<T> constructor

const UnSigned<T>({
  1. required T content,
})

Implementation

const UnSigned({required this.content});