toMap method

Map<String, dynamic> toMap()

Returns map of parameters

Implementation

Map<String, dynamic> toMap() => {
      'domain': domain,
      'endpointIos': endpointIos,
      'endpointAndroid': endpointAndroid,
      'previousDeviceUUID': previousDeviceUUID,
      'previousInstallationId': previousInstallationId,
      'subscribeCustomerIfCreated': subscribeCustomerIfCreated,
      'shouldCreateCustomer': shouldCreateCustomer,
    };