RuntimeError constructor

RuntimeError({
  1. required String errorMsg,
})

Implementation

RuntimeError({required this.errorMsg});