InvalidIdException constructor

InvalidIdException({
  1. required String cause,
})

Implementation

InvalidIdException({required this.cause});