SerializationException constructor

const SerializationException(
  1. String message
)

Implementation

const SerializationException(this.message);