AppsModel class

Constructors

AppsModel({required String? appID, required String? appName, required String webUrl, String? youtube, required String image, required String? open, required int? order, required Translation? category, required Translation? description, required AppMeta ios, required AppMeta android})
AppsModel.fromJson(String source)
factory
AppsModel.fromMap(Map<String, dynamic> map)
factory

Properties

android ↔ AppMeta
getter/setter pair
appID ↔ String?
getter/setter pair
appName ↔ String?
getter/setter pair
category ↔ Translation?
getter/setter pair
description ↔ Translation?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
image ↔ String
getter/setter pair
ios ↔ AppMeta
getter/setter pair
open ↔ String?
getter/setter pair
order ↔ int?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
webUrl ↔ String
getter/setter pair
youtube ↔ String?
getter/setter pair

Methods

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

Operators

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