InnoSetupApp class

Define Inno Setup for the Flutter project.

Constructors

InnoSetupApp({required String name, required Version version, required String publisher, required InnoSetupAppUrls urls})
Define Inno Setup for the Flutter project.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Name of the app.
final
publisher String
Publisher name of the app.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls InnoSetupAppUrls
Urls for app.
final
version → Version
Version of the app.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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