Breakpoint constructor
Breakpoint({})
Implementation
Breakpoint({
this.column,
this.endColumn,
this.endLine,
this.id,
this.instructionReference,
this.line,
this.message,
this.offset,
this.source,
required this.verified,
});