NetCell constructor

const NetCell({
  1. Key? key,
  2. required NetEntity data,
})

Implementation

const NetCell({super.key, required this.data});