BoundedFileSnapshotOverflowException constructor

const BoundedFileSnapshotOverflowException({
  1. required String path,
  2. required int maxBytes,
})

Implementation

const BoundedFileSnapshotOverflowException({
  required this.path,
  required this.maxBytes,
});