DocumentInfoLabels class
Localised label strings for InfoView.
Pass these from your ARB-generated localisation class to keep the widget free of hardcoded English strings.
Constructors
- DocumentInfoLabels({required String title, required String author, required String subject, required String keywords, required String creator, required String producer, required String creationDate, required String modDate, required String fileName, required String filePath, required String fileSize, required String pageCount, required String pdfVersion, required String fsCreated, required String fsModified})
-
Creates a DocumentInfoLabels value object.
const
Properties
-
Label for the author field.
final
- creationDate → String
-
Label for the document creation date field.
final
- creator → String
-
Label for the creator application field.
final
- fileName → String
-
Label for the file name field.
final
- filePath → String
-
Label for the file path / location field.
final
- fileSize → String
-
Label for the file size field.
final
- fsCreated → String
-
Label for the filesystem creation date field.
final
- fsModified → String
-
Label for the filesystem last-modified date field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keywords → String
-
Label for the keywords field.
final
- modDate → String
-
Label for the document last-modified date field.
final
- pageCount → String
-
Label for the page count field.
final
- pdfVersion → String
-
Label for the PDF version field.
final
- producer → String
-
Label for the producer application field.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → String
-
Label for the subject field.
final
- title → String
-
Label for the document title field.
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