EnsTextRecord class

Constructors

EnsTextRecord({required String email, required String url, required String avatar, required String description, required String notice, required String keywords, required String discord, required String github, required String reddit, required String twitter, required String telegram, required String ensDelegate})
EnsTextRecord.fromJson(String source)
factory
EnsTextRecord.fromMap(Map<String, dynamic> map)
factory

Properties

avatar String
final
description String
final
discord String
final
email String
final
ensDelegate String
final
github String
final
hashCode int
The hash code for this object.
no setteroverride
keywords String
final
notice String
final
reddit String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telegram String
final
twitter String
final
url String
final

Methods

copyWith({String? email, String? url, String? avatar, String? description, String? notice, String? keywords, String? discord, String? github, String? reddit, String? twitter, String? telegram, String? ensDelegate}) EnsTextRecord
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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