Reference class

Representation of the file reference line in the PO file entry.

#: file_name:line_number

Constructors

Reference({required File file, int? row})

Properties

file File
final
hashCode int
The hash code for this object.
no setterinherited
row int?
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.
override

Operators

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

Static Methods

fromString(String value) Reference?