RenameConfig class

Configuration class for app identity renaming.

This class holds the configuration values loaded from the YAML file for renaming the app's name, short name, Android ID, and iOS ID.

Constructors

RenameConfig({required String name, required String shortName, required String androidId, required String iosId})
Creates a new RenameConfig instance.

Properties

androidId String
The Android application ID.
final
hashCode int
The hash code for this object.
no setterinherited
iosId String
The iOS bundle identifier.
final
name String
The full name of the app.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
The short name of the app (used for display).
final

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

Static Methods

load() RenameConfig
Loads the configuration from the YAML file.