SpeechPackageStatus class Null safety

Speech package status

Annotations

Constructors

SpeechPackageStatus({required String id, bool isDownloaded = false, bool isActivated = false, bool isUpdated = false})
SpeechPackageStatus.fromJson(Map<String, dynamic> json)
From json
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
id String
Id
final
isActivated bool
Is it currently active
final
isDownloaded bool
Is it already downloaded
final
isUpdated bool
Has the package been updated?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

copyWith({String? id, bool? isDownloaded, bool? isActivated, bool? isUpdated}) SpeechPackageStatus
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
Json representation
toString() String
A string representation of this object. [...]
inherited

Operators

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