DeveloperInfo class

The details about the developer that published the skill.

Constructors

DeveloperInfo({String? developerName, String? email, String? privacyPolicy, String? url})
DeveloperInfo.fromJson(Map<String, dynamic> json)
factory

Properties

developerName String?
The name of the developer.
final
email String?
The email of the developer.
final
hashCode int
The hash code for this object.
no setterinherited
privacyPolicy String?
The URL of the privacy policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
The website of the developer.
final

Methods

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

Operators

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