IpBlock constructor

IpBlock({
  1. required String type,
  2. required String size,
})

Create a new IpBlock.

Implementation

IpBlock({required this.type, required this.size});