ConfigModel class

Constructors

ConfigModel({required String iosInfoPlistPath, required String androidGradlePath, required String configFilePath})
const
ConfigModel.fromJson(Map<String, dynamic> json)
factory

Properties

androidGradlePath String
Tells verman where to look for your ios android gradle file if left undefined then value will be defaulted to '~/android/app/build.gradle'
final
configFilePath String
Allows you define a custom path to your verman config If this is provided, then ios and android parameters will be overriden even if they are provided in pubspec.yaml
final
hashCode int
The hash code for this object.
no setterinherited
iosInfoPlistPath String
Tells verman where to look for your ios info.plist if left undefined then value will be defaulted to '~/ios/runner/info.plist'
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? iosInfoPlistPath, String? androidGradlePath}) ConfigModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

init() ConfigModel
Initializes the model for use within the tool