App class

A class representing an application.

Constructors

App({required String id, required String name, required String category, required String developerName, required double rating, required String imageUrl, required String url})
Constructs a new App instance.
const

Properties

category String
The category of the app.
final
developerName String
The name of the developer who created the app.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the app.
final
imageUrl String
The URL of the app's image.
final
name String
The name of the app.
final
rating double
The rating of the app.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The URL of the app.
final

Methods

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

Operators

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