InsertInlineImageResponse.fromJson constructor
      
      InsertInlineImageResponse.fromJson(
    
    
- Map json_
Implementation
InsertInlineImageResponse.fromJson(core.Map json_)
    : this(
        objectId: json_.containsKey('objectId')
            ? json_['objectId'] as core.String
            : null,
      );