SViewType enum

Available View Types

Inheritance

Constructors

SViewType({required String backendName})
Constructor for enum fields
const

Values

spreadsheet → const SViewType

A View that displays data in a spreadsheet

const SViewType(backendName: 'spreadsheet')
kanban → const SViewType

A Kanban Board View of entries

const SViewType(backendName: 'kanban')
calendar → const SViewType

A View that displays entries in a Calendar

const SViewType(backendName: 'calendar')
map → const SViewType

A View that displays entries on a map

const SViewType(backendName: 'map')

Properties

backendName String
Name used by the backend to identify the view when parsing to and from json
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<SViewType>
A constant List of the values in this enum, in order of their declaration.