Library class

Annotations
  • @JsonSerializable()

Constructors

Library.new({String? name, String? url, LibraryDownloads? downloads, Map<String, String>? natives, List<Rule>? rules, Extract? extract})
Library.fromJson(Map<String, dynamic> json)
factory

Properties

downloads LibraryDownloads?
final
extract Extract?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
natives Map<String, String>?
final
rules List<Rule>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final

Methods

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

Operators

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