Application constructor
Application({})
Returns a new Application instance.
Implementation
Application({
this.applicationId,
@required this.applicationIdentifier,
this.name,
this.version,
this.developer,
this.modelName,
this.model,
});