BreakpointLocationsArguments.fromMap constructor
Implementation
BreakpointLocationsArguments.fromMap(Map<String, Object?> obj)
: column = obj['column'] as int?,
endColumn = obj['endColumn'] as int?,
endLine = obj['endLine'] as int?,
line = obj['line'] as int,
source = Source.fromJson(obj['source'] as Map<String, Object?>);