VitalStatus class

The vitals of an account.

Annotations
  • @freezed

Constructors

VitalStatus.new({required String domain, @JsonKey(name: 'allPass') required bool allPass, required bool mx, required bool spf, required dynamic dkim, required bool dmarc})
Default constructor for the vital status.
const
factory
VitalStatus.fromJson(Map<String, dynamic> json)
Create vital status from a JSON object.
factory

Properties

allPass bool
no setterinherited
copyWith → $VitalStatusCopyWith<VitalStatus>
no setterinherited
dkim → dynamic
no setterinherited
dmarc bool
no setterinherited
domain String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mx bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spf bool
no setterinherited

Methods

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

Operators

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