UploadOptionsModel class

Constructors

UploadOptionsModel({GithubModel? github, GoogleDriveModel? googleDrive, DiawiModel? diawi, SlackModel? slack, TeamsModel? teams, AWSModel? aws, GitlabModel? gitlab, PlayStoreModel? playStore, AppStoreModel? appStore})
UploadOptionsModel.fromYaml(Map? yamlMap)
factory

Properties

appStore AppStoreModel
final
aws AWSModel
final
diawi DiawiModel
final
github GithubModel
final
gitlab GitlabModel
final
googleDrive GoogleDriveModel
final
hashCode int
The hash code for this object.
no setterinherited
playStore PlayStoreModel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slack SlackModel
final
teams TeamsModel
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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