InternalException constructor

const InternalException({
  1. String message,
})

Implementation

const factory InternalException({final String message}) = _$InternalException;