DataBreakpointInfoArguments.fromMap constructor
Implementation
DataBreakpointInfoArguments.fromMap(Map<String, Object?> obj)
: asAddress = obj['asAddress'] as bool?,
bytes = obj['bytes'] as int?,
frameId = obj['frameId'] as int?,
mode = obj['mode'] as String?,
name = obj['name'] as String,
variablesReference = obj['variablesReference'] as int?;