GalException constructor

const GalException({
  1. required GalExceptionType type,
  2. required PlatformException platformException,
  3. required StackTrace stackTrace,
})

Implementation

const GalException({
  required this.type,
  required this.platformException,
  required this.stackTrace,
});