IdUid class
IdUid represents a compound of an ID, which is locally unique, i.e. inside an entity, and a UID, which is globally unique, i.e. for the entire model.
It is serialized as two numerical values concatenated using a colon (:).
See the documentation for more information on
Constructors
- IdUid(int id, int uid)
- 
          
            const
- IdUid.empty()
- 
          
            const
- IdUid.fromString(String? str)
- 
          
            factory
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited