Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
delivery_voucher_document.dart File Reference
import dart;
Include dependency graph for delivery_voucher_document.dart:

Go to the source code of this file.

Classes

class  DeliveryVoucherDocument
class  Partner

Functions

 CollectionVoucher ({ this.id, this.name, this.address, this.collectionPoint, this.contactPerson, this.generatorId, })
factory CollectionVoucher fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
 LocalizedString (this.values)
factory LocalizedString fromJsonString (String jsonStr)
String get (String locale)

Variables

class DeliveryVoucherDocument id
final String name
final String address
final String collectionPoint
final String contactPerson
final String generatorId
class Partner String
class Partner values
String get defaultValue => values['en_US'] ?? values.values.firstOrNull

Function Documentation

◆ CollectionVoucher()

Here is the caller graph for this function:

◆ fromJson()

factory CollectionVoucher fromJson ( Map< String, dynamic > json)

Definition at line 97 of file delivery_voucher_document.dart.

Here is the call graph for this function:

◆ fromJsonString()

factory LocalizedString fromJsonString ( String jsonStr)

Definition at line 165 of file delivery_voucher_document.dart.

Here is the call graph for this function:

◆ get()

String get ( String locale)
Here is the caller graph for this function:

◆ LocalizedString()

LocalizedString ( this. values)
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > toJson ( )

Definition at line 77 of file collection_voucher_document_model.dart.

Variable Documentation

◆ address

override List< Object > get address

Definition at line 83 of file delivery_voucher_document.dart.

◆ collectionPoint

final String collectionPoint

Definition at line 84 of file delivery_voucher_document.dart.

◆ contactPerson

final String contactPerson

Definition at line 85 of file delivery_voucher_document.dart.

◆ defaultValue

String get defaultValue => values['en_US'] ?? values.values.firstOrNull

Definition at line 177 of file delivery_voucher_document.dart.

◆ generatorId

final String generatorId

Definition at line 86 of file delivery_voucher_document.dart.

◆ id

◆ name

final String name

Definition at line 82 of file delivery_voucher_document.dart.

◆ String

class Partner String

◆ values

class Partner values