App class

Annotations
  • @freezed

Constructors

App({required String appId, String? appName, String? certificate, String? cookbook, String? description, String? domainName, String? iaas, AWSTimestamp? lastSeen, int? port, String? publicKey, String? recipe, String? region, Space? space, AppStatus? status, AppUsersConnection? users, String? version})
factory
App.fromJson(Map<String, dynamic> json)
factory

Properties

appId → String
no setterinherited
appName → String?
no setterinherited
certificate → String?
no setterinherited
cookbook → String?
no setterinherited
copyWith → $AppCopyWith<App>
Create a copy of App with the given fields replaced by the non-null parameter values.
no setterinherited
description → String?
no setterinherited
domainName → String?
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
iaas → String?
no setterinherited
lastSeen → int?
no setterinherited
port → int?
no setterinherited
publicKey → String?
no setterinherited
recipe → String?
no setterinherited
region → String?
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
space → Space?
no setterinherited
status → AppStatus?
no setterinherited
users → AppUsersConnection?
no setterinherited
version → String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
Serializes this App to a JSON map.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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