LicenseObject class
License information for the API.
- Implementers
Constructors
- LicenseObject({required String name, String? url})
-
Creates a LicenseObject with the given
nameand optionalurl.const - LicenseObject.fromMap(Map map)
-
Creates a LicenseObject from a map.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the LicenseObject to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited