CoinReposUrl class

A class that wraps repository URLs data for a coin.

Constructors

CoinReposUrl.fromJson(Map<String, dynamic> json)
Constructs a CoinReposUrl instance from a JSON map.

Properties

bitbucket List<String>?
A list of Bitbucket repository URLs.
final
github List<String>?
A list of GitHub repository URLs.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the CoinReposUrl instance.
override

Operators

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