Entry class abstract

Annotations
  • @freezed

Constructors

Entry({String? id, String? name, @Default(false) bool required, @Default(EntryType.string) EntryType type, EntryType? subType, EntryType? subsubType, String? path, List<String>? options, List<int>? userRoles, bool? longText, bool? algoIsNull, bool? algoMapAddName})
const
factory
Entry.fromJson(Map<String, dynamic> json)
factory

Properties

algoIsNull bool?
no setterinherited
algoMapAddName bool?
no setterinherited
copyWith → $EntryCopyWith<Entry>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
longText bool?
no setterinherited
name String?
no setterinherited
options List<String>?
no setterinherited
path String?
no setterinherited
required bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subsubType EntryType?
no setterinherited
subType EntryType?
no setterinherited
type EntryType
no setterinherited
userRoles List<int>?
no setterinherited

Methods

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

Operators

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