StrapiUserAttributes class

Annotations
  • @freezed

Constructors

StrapiUserAttributes({int? id, required String username, required String email, required String provider, required bool confirmed, required bool blocked, required String createdAt, required String updatedAt, @StrapiDataRoleConverter() StrapiData<StrapiDataEntity<StrapiRoleAttribute>>? role})
const
factory
StrapiUserAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

blocked bool
no setterinherited
confirmed bool
no setterinherited
copyWith → $StrapiUserAttributesCopyWith<StrapiUserAttributes>
no setterinherited
createdAt String
no setterinherited
email String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
no setterinherited
provider String
no setterinherited
role StrapiData<StrapiDataEntity<StrapiRoleAttribute>>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String
no setterinherited
username String
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