Poster class

Constructors

Poster.new(String text, BuildContext context, Map<String, dynamic> record, List<XFile> files)

Properties

context BuildContext
final
files List<XFile>
final
hashCode int
The hash code for this object.
no setterinherited
record Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final

Methods

createRecord() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedAt() → void
setLangs() → void
toString() String
A string representation of this object.
inherited
uploadImage() Future<void>

Operators

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