SystemFolders class

Annotations
  • @freezed

Constructors

SystemFolders({@JsonKey(name: 'odnoklassniki') String? odnoklassniki, @JsonKey(name: 'google') String? google, @JsonKey(name: 'instagram') String? instagram, @JsonKey(name: 'vkontakte') String? vkontakte, @JsonKey(name: 'mailru') String? mailru, @JsonKey(name: 'downloads') String? downloads, @JsonKey(name: 'applications') String? applications, @JsonKey(name: 'facebook') String? facebook, @JsonKey(name: 'social') String? social, @JsonKey(name: 'screenshots') String? screenshots, @JsonKey(name: 'photostream') String? photostream})
const
factory
SystemFolders.fromJson(Map<String, dynamic> json)
factory

Properties

applications String?
no setterinherited
copyWith → $SystemFoldersCopyWith<SystemFolders>
no setterinherited
downloads String?
no setterinherited
facebook String?
no setterinherited
google String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
instagram String?
no setterinherited
mailru String?
no setterinherited
odnoklassniki String?
no setterinherited
photostream String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshots String?
no setterinherited
social String?
no setterinherited
vkontakte 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