EmptyBytesException constructor

EmptyBytesException([
  1. String message = 'Bytes cannot be empty'
])

Implementation

EmptyBytesException([this.message = 'Bytes cannot be empty']);