ReactterComponent<T extends Object> constructor

const ReactterComponent<T extends Object>({
  1. Key? key,
})

Implementation

const ReactterComponent({Key? key}) : super(key: key);