source属性

dynamic source
final

导致错误的实际源输入。

这通常是一个String,但也可能是其他类型。如果是字符串,其部分内容可能包含在toString消息中。

如果省略或未知,源将是null

实现

final dynamic source;