PlatformUser class

Annotations
  • @Collection(accessor: 'platformUsers')

Constructors

PlatformUser.new()

Properties

age int?
getter/setter pair
createdAt int?
getter/setter pair
description String?
getter/setter pair
focuses ↔ IsarLinks<Focus>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isarId → Id
no setter
latitude double?
no setter
location ↔ IsarLink<LocationQuery>
getter/setter pair
longitude double?
no setter
name String?
getter/setter pair
own bool
getter/setter pair
profileImageUrl String?
getter/setter pair
protected bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pair
verified bool?
getter/setter pair

Methods

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

Operators

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

Static Methods

of({required String id, int? createdAt, LocationQuery? location, bool? protected, bool? verified, String? name, String? username, String? description, String? profileImageUrl, List<Focus>? focuses, int? age, bool own = false}) PlatformUser