Pooling2d constructor
Pooling2d({
- required int kernelSize,
- required int stride,
- required PoolingType type,
Implementation
Pooling2d(
{required this.kernelSize, required this.stride, required this.type});