NetCell constructor

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

Implementation

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