Profile class

Implemented types

Constructors

Profile(String label, List<Slide> slides)
Profile.fromStream(List<int> data)
factory
Profile.zero()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The name of the profile
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slides List<Slide>
The slides that are given to the remote user
getter/setter pair

Methods

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

Operators

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