ConfigModel class
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 setter inherited
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 setter inherited
Static Methods
init ()
→ ConfigModel
Initializes the model for use within the tool