WriteMemoryArguments.fromMap constructor
Implementation
WriteMemoryArguments.fromMap(Map<String, Object?> obj)
: allowPartial = obj['allowPartial'] as bool?,
data = obj['data'] as String,
memoryReference = obj['memoryReference'] as String,
offset = obj['offset'] as int?;