toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customer = this.customer;
  final primaryGuestEmail = this.primaryGuestEmail;
  return {'customer': ?customer, 'primaryGuestEmail': ?primaryGuestEmail};
}