Thread constructor

const Thread({
  1. Key? key,
  2. String? handle,
  3. String? uri,
})

Implementation

const Thread({Key? key, this.handle, this.uri}) : super(key: key);