menu
fluxer_dart package
documentation
models/admin_invoice_response.dart
AdminInvoiceResponse
paymentStatus property
paymentStatus property
dark_mode
light_mode
paymentStatus
property
@JsonKey.new(includeIfNull: true, name: 'payment_status')
String
?
paymentStatus
final
Implementation
@JsonKey(includeIfNull: true, name: 'payment_status') final String? paymentStatus;
fluxer_dart package
documentation
models/admin_invoice_response
AdminInvoiceResponse
paymentStatus property
AdminInvoiceResponse class