EncodeException constructor

EncodeException({
  1. String? message,
})

Constructs the EncodeException

Implementation

EncodeException({super.message});