CompletionsArguments.fromMap constructor
Implementation
CompletionsArguments.fromMap(Map<String, Object?> obj)
: column = obj['column'] as int,
frameId = obj['frameId'] as int?,
line = obj['line'] as int?,
text = obj['text'] as String;