SDK class

Constructors

SDK.new({int? sdkId, String? namespaceId, Map<String, String>? sdkName, Map<String, String>? sdkDescription, String? vendor, String? logoBase64, String? website, List<String>? matchedBy, bool? collectingData})
SDK.fromJson(Map<String, dynamic> json)
factory

Properties

collectingData bool?
final
hashCode int
The hash code for this object.
no setterinherited
logoBase64 String?
final
matchedBy List<String>?
final
namespaceId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkDescription Map<String, String>?
final
sdkId int?
final
sdkName Map<String, String>?
final
vendor String?
final
website String?
final

Methods

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

Operators

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