On this page
FormatException constructor
Creates a new FormatException
with an optional error message.
Optionally also supply the actual source with the incorrect format, and the offset in the format where a problem was detected.
Implementation
@pragma("vm:entry-point")
const FormatException([this.message = "", this.source, this.offset]);
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-core/FormatException/FormatException.html