App class

Annotations
  • @freezed

Constructors

App({String? browser, String? ios, String? android, String? mac, String? windows, String? linux, String? chrome, String? firefox, String? safari, String? edge, String? opera})
const
factory
App.fromJson(Map<String, dynamic> json)
factory

Properties

android String?
no setterinherited
browser String?
no setterinherited
chrome String?
no setterinherited
copyWith → $AppCopyWith<App>
no setterinherited
edge String?
no setterinherited
firefox String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ios String?
no setterinherited
linux String?
no setterinherited
mac String?
no setterinherited
opera String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safari String?
no setterinherited
windows String?
no setterinherited

Methods

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

Operators

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