EntryObject class
Represents an entry object in the Askar store.
This class contains information about a specific entry, including its name, value, tags, and category.
Constructors
- 
          EntryObject({required String name, required dynamic value, required Map<String, dynamic> tags, required String category})
- Constructs an instance of EntryObject.
Properties
- category → String
- 
  The category of the entry.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String
- 
  The name of the entry.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  The tags associated with the entry.
  final
- value → dynamic
- 
  The value of the entry.
  final
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