PlatformPostEntities class

Annotations
  • @Collection.new(accessor: 'platformPostEntities')

Constructors

PlatformPostEntities()

Properties

hashCode int
The hash code for this object.
no setterinherited
hashtags List<String>?
getter/setter pair
isarId ↔ Id
getter/setter pair
media ↔ IsarLinks<PlatformMedia>
getter/setter pair
polls List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls List<String>?
getter/setter pair
userMentions ↔ IsarLinks<PlatformUser>
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({List<PlatformUser>? userMentions, List<PlatformMedia>? media, List<String>? polls, List<String>? urls, List<String>? hashtags}) PlatformPostEntities