ConnectedPlatform class
- Annotations
-
- @freezed
Constructors
-
ConnectedPlatform({@JsonKey.new(name: 'platform_name') required String platform, @JsonKey.new(name: 'logged_in') required bool loggedIn, @JsonKey.new(name: 'last_sync') required DateTime? lastSync, @JsonKey.new(name: 'connected_device_uuids') required List<
String> ? connectedDevicesUUIDs}) -
constfactory
-
ConnectedPlatform.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
connectedDevicesUUIDs
→ List<
String> ? -
no setterinherited
-
copyWith
→ $ConnectedPlatformCopyWith<
ConnectedPlatform> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastSync → DateTime?
-
no setterinherited
- loggedIn → bool
-
no setterinherited
- platform → String
-
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(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited