factory InvoiceSetupGap.fromJson(Map<String, dynamic> j) => InvoiceSetupGap( requirement: _pflicht<String>(j, 'requirement'), message: _pflicht<String>(j, 'message'), );