LicenseFile class

Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you'll need to license it so that others are free to use, change, and distribute the software.

Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you'll need to license it so that others are free to use, change, and distribute the software.

A LICENSE.mdt is a TemplateFile that is used by the DocumentationBuilder to create or override the LICENSE file in the root of your dart project.

A LICENSE.mdt file can contain the MitLicenseTag which will generate a MIT License with up to date year.

Inheritance

Constructors

LicenseFile()

Properties

hashCode int
The hash code for this object.
no setterinherited
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