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