Patent class

This class represents a patent.

Constructors

Patent.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

date DateTime?
The date the patent was issued.
final
hashCode int
The hash code for this object.
no setterinherited
number String?
The patent number.
final
office String?
The name of the office that owns the patent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the patent.
final
summary String?
The summary of what the patent is about.
final
title String?
The title of the patent.
final
url String?
The url to the patent document.
final

Methods

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

Operators

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