创建一个新的可选错误 FormatException。
FormatException
可选地,还可以提供实际具有不正确格式的 source,以及在格式中检测到问题的 offset。
@pragma("vm:entry-point") const FormatException([this.message = "", this.source, this.offset]);