AWSSerializable<T extends Object?> mixin
A mixin to provide toJson
functionality to objects.
- Mixin applications
-
- AmplifyConfig
- AmplifyError
- AmplifyException
- AmplifyOutputs
- AmplifyPluginConfig
- ApnsPlatformOptions
- AuthCodeDeliveryDetails
- AuthDevice
- AuthNextStep
- AuthProvider
- AuthSession
- AuthUser
- AuthUserAttribute
- AuthUserAttributeKey
- AWSApiConfig
- BucketInfo
- CognitoAppSyncConfig
- CognitoAuthConfig
- CognitoIdentityCredentialsProvider
- CognitoIdentityManager
- CognitoOAuthConfig
- CognitoPinpointAnalyticsConfig
- CognitoPinpointTargetingConfig
- CognitoPluginConfig
- CognitoUserPoolConfig
- ConfigMap
- ConfirmResetPasswordOptions
- ConfirmSignInOptions
- ConfirmSignUpOptions
- ConfirmUserAttributeOptions
- CopyBuckets
- FcmPlatformOptions
- FetchAuthSessionOptions
- FetchUserAttributesOptions
- GetCurrentUserOptions
- GraphQLRequest
- ModelAssociation
- ModelIndex
- NotificationsPinpointPluginConfig
- PasswordProtectionSettings
- PinpointAnalytics
- PinpointPluginConfig
- PinpointTargeting
- PushNotificationMessage
- ResendSignUpCodeOptions
- ResendSignUpCodeResult
- ResetPasswordOptions
- ResetPasswordResult
- ResetPasswordStep
- S3PluginConfig
- S3TransferUtility
- SendUserAttributeVerificationCodeOptions
- SendUserAttributeVerificationCodeResult
- SerializableMap
- SignInDetails
- SignInOptions
- SignInResult
- SignInWithWebUIOptions
- SignOutOptions
- SignOutResult
- SignUpOptions
- SignUpResult
- StorageBucket
- StorageCopyOptions
- StorageCopyPluginOptions
- StorageDownloadDataOptions
- StorageDownloadDataPluginOptions
- StorageDownloadFileOptions
- StorageDownloadFilePluginOptions
- StorageGetPropertiesOptions
- StorageGetPropertiesPluginOptions
- StorageGetUrlOptions
- StorageGetUrlPluginOptions
- StorageListOptions
- StorageListPluginOptions
- StorageRemoveManyOptions
- StorageRemoveManyPluginOptions
- StorageRemoveOptions
- StorageRemovePluginOptions
- StorageUploadDataOptions
- StorageUploadDataPluginOptions
- StorageUploadFileOptions
- StorageUploadFilePluginOptions
- SubscriptionDetails
- SubscriptionHubEvent
- TotpSetupDetails
- TotpSetupOptions
- TotpSetupPluginOptions
- UnknownPluginConfig
- UpdatePasswordOptions
- UpdatePasswordResult
- UpdateUserAttributeOptions
- UpdateUserAttributeResult
- UpdateUserAttributesOptions
- UserMfaPreference
- VerifyTotpSetupOptions
- VerifyTotpSetupPluginOptions
- @optionalTypeArgs
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → T -
Serializes
this
as a JSON object. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited