toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      'id': id,
      'delivery_id': deliveryId,
      'room_type': roomType,
      'room_number': roomNumber,
      'full_address': fullAddress,
      'updated': updated,
      'address_hash': addressHash,
    };