PListUsageDescription class
Represents a usage description in Info.plist.
Constructors
-
PListUsageDescription({required String key, required String description, required List<
String> comments}) - Default constructor.
Properties
-
comments
→ List<
String> -
Comments associated with the entry.
finalinherited
- description → String
-
The usage description text.
final
- generatesCode → bool
-
Whether this entry is associated with generated code.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- isLegacy → bool
-
Whether this entry is marked as legacy.
no setterinherited
- key → String
-
The key/name of the entry.
finalinherited
- 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override