Position class
Contains the row and column of a location of a Statement
element in a policy document.
This data type is used as a member of the  Statement 
type.
Constructors
- Position({int? column, int? line})
- Position.fromXml(XmlElement elem)
- 
          
            factory
Properties
- column → int?
- 
  The column in the line containing the specified position in the document.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- line → int?
- 
  The line containing the specified position in the document.
  final
- 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