PackageInfo class final

Constructors

PackageInfo.new(String name, String appName, String appVersion, String domain, String? description, List<String> topics, bool portrait, List<String> platforms, List<String> permissions, String myVersion)
const

Properties

appName String
final
appVersion String
final
description String?
final
domain String
final
hashCode int
The hash code for this object.
no setterinherited
myVersion String
final
name String
final
permissions List<String>
final
platforms List<String>
final
portrait bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topics List<String>
final
unsupported List<String>
no setter

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