NetView constructor

const NetView({
  1. Key? key,
})

Implementation

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