Listing class
Constructors
-
Listing({required String id, required String name, required String homepage, required String imageId, required int order, String? mobileLink, String? desktopLink, String? webappLink, String? linkMode, String? appStore, String? playStore, String? rdns, List<Injected>? injected})
-
const
-
Listing.fromJson(Object? json)
-
factory
-
Listing.fromRawJson(String str)
-
factory
Methods
-
copyWith({String? id, String? name, String? homepage, String? imageId, int? order, String? mobileLink, String? desktopLink, String? webappLink, String? linkMode, String? appStore, String? playStore, String? rdns, List<Injected>? injected})
→ Listing
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toRawJson()
→ String
-
-
toString()
→ String
-
A string representation of this object.
inherited