MyAppError constructor

MyAppError(
  1. String? message
)

Implementation

MyAppError(String? message) : super(message);