EntryPoint class abstract

概念のモデリングを行い定義する際に中核となる material. 文字通り entry point の役割も担う. export 文は entry point に集約される.

Inheritance
Implementers

Constructors

EntryPoint()
const

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