GroupSettings class
- Annotations
-
- @JsonSerializable()
Constructors
-
GroupSettings({required String inputDir, String? prefixClassName, String? className, List<
String> include = const ['**'], String outputDir = 'lib', String? outputFileName}) -
factory
- GroupSettings.fromJson(Map map)
-
factory
Properties
- className → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
include
→ List<
String> -
final
- inputDir → String
-
final
- outputDir → String
-
final
- outputFileName → String?
-
final
- prefixClassName → String?
-
final
- 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
-
resolveClassName(
Settings settings, [String dir = '.']) → String -
resolveOutputFile(
Settings settings) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited