Reporter class
Constructors
-
Reporter({String? id, String? fullName, String? workEmail, String? password, String? profileImage, String? coverImage, required bool emailVerified, String? verificationToken, String? tokenExpiration, String? createdAt, String? userOrganisationRole, String? signUpType, required bool enabled, List<
String> ? authorities, required bool accountNonExpired, required bool accountNonLocked, required bool credentialsNonExpired}) -
Reporter.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountNonExpired → bool
-
final
- accountNonLocked → bool
-
final
-
final
- coverImage → String?
-
final
- createdAt → String?
-
final
- credentialsNonExpired → bool
-
final
- emailVerified → bool
-
final
- enabled → bool
-
final
- fullName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- password → String?
-
final
- profileImage → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
- signUpType → String?
-
final
- tokenExpiration → String?
-
final
- userOrganisationRole → String?
-
final
- verificationToken → String?
-
final
- workEmail → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited