NoticesFormat class

Format for notices generation by generateNotices.

Variables for license: {{NAME}}, {{VERSION}}, {{LICENSE}}

Constructors

NoticesFormat(String header, String license, String licenseSeparator, String footer, String nullVersion, String nullText, bool trim, bool trailingNewline)
const
NoticesFormat.fromJson(Map<String, dynamic> json)

Properties

Footer text at bottom of file
final
hashCode int
The hash code for this object.
no setterinherited
Header text at top of file
final
license String
Format for each individual license
final
licenseSeparator String
Separator inserted between every license
final
nullText String
What to use as license text if not available
final
nullVersion String
What to use as version if not available
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailingNewline bool
Add a trailing newline (\n) to the end of the file
final
trim bool
Trim whitespace and newlines from front and back
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