SViewSlot class

A slot of a sview

Constructors

SViewSlot({required int position, required DataType type, String? key, String? name})
Creates an SViewSlot
SViewSlot.fromJson(dynamic json)
Creates a SViewSlot from value json
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
key String?
A key associated with this sview slot
final
name String?
Name of the sview slot
final
position int
Position of the sview slot
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DataType
DataType of the sview slot
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this sview into a json Map
toString() String
A string representation of this object.
override

Operators

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