FileJumpStatements class

文件跳转语句 分支跳转语句和文件跳转语句都会造成文件的跳转 请将分支跳转或文件跳转放到文件的最后部分 分支跳转和文件跳转语句之后的语句都不会被解析 请不要将分支跳转和文件跳转语句同时放在一个文件里,这毫无意义

Implemented types

Constructors

FileJumpStatements({required String fileName})

Properties

fileName String
no setter
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