NetworkTypes constructor

const NetworkTypes(
  1. int value, {
  2. String? name,
})

Implementation

const NetworkTypes(super.value, {super.name});