OkfBundleLoadIssue constructor
const
OkfBundleLoadIssue({})
Creates a bundle loading issue.
Implementation
const OkfBundleLoadIssue({
required this.code,
required this.message,
required this.path,
this.line,
this.column,
});