CreateFlow420Exception constructor

CreateFlow420Exception({
  1. String? type,
  2. String? message,
})

Implementation

CreateFlow420Exception({String? type, String? message})
    : super(type: type, code: 'CreateFlow420Exception', message: message);