MultiArrayDimension({ String? label, int? size, int? stride, }): this.label = label ?? '', this.size = size ?? 0, this.stride = stride ?? 0;