AmplifyOutputs class
The amplify outputs generated by Amplify Gen 2 for Amplify libraries to communicate with backend services.
- Mixed-in types
- Annotations
-
- @zAmplifyOutputsSerializable
Constructors
-
AmplifyOutputs.fromJson(Map<
String, Object?> json) -
factory
Properties
- analytics → AnalyticsOutputs?
-
The Amplify Gen 2 output for Analytics category.
final
- auth → AuthOutputs?
-
The Amplify Gen 2 outputs for Auth category.
final
-
custom
→ Map<
String, dynamic> ? -
The custom outputs generated by Amplify Gen 2.
final
-
data
→ Map<
String, DataOutputs> ? -
The Rest API and GraphQL category Outputs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- notifications → NotificationsOutputs?
-
The Amplify Gen 2 outputs for Notifications category.
final
-
props
→ List<
Object?> -
The type's equatable properties.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runtimeTypeName → String
-
The string value of runtimeType, saving a runtime lookup and preventing
obfuscation during web compilation.
no setteroverride
- schema → String?
-
The json schema for amplify output json object.
final
- storage → StorageOutputs?
-
The Amplify Gen 2 outputs for Storage category.
final
- version → String
-
The schema version.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
Serializes
this
as a JSON object.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited