Certification class

This class represents a certification.

Constructors

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

Properties

authority String?
The authority which issued the certification.
final
endDate String?
The end date of the validity of the certification.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the certification.
final
number String?
The certification number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
The start date of the validity of the certification.
final

Methods

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

Operators

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