ListAppsResult class

The result structure for an Amplify app list request.

Constructors

ListAppsResult({required List<App> apps, String? nextToken})
ListAppsResult.fromJson(Map<String, dynamic> json)
factory

Properties

apps List<App>
A list of Amplify apps.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited