providerEnvironment property
- @JsonKey.new(includeIfNull: false, name: 'provider_environment')
final
Push provider environment. For APNs, production uses api.push.apple.com and development uses api.sandbox.push.apple.com.
Implementation
@JsonKey(includeIfNull: false, name: 'provider_environment')
final RegisterMobileDeviceRequestProviderEnvironmentProviderEnvironment?
providerEnvironment;