IdentityResult class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IdentityResult.new({bool? succeeded, List<IdentityError>? errors})
IdentityResult.fromJson(Map<String, dynamic> json)
factory

Properties

errors List<IdentityError>?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
succeeded bool?
final

Methods

copyWith({bool? succeeded, List<IdentityError>? errors}) IdentityResult

Available on IdentityResult, provided by the $IdentityResultExtension extension

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 ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const IdentityResult Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(IdentityResult instance)