toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (baseImages != null) 'baseImages': baseImages!,
      if (command != null) 'command': command!,
      if (diffId != null) 'diffId': diffId!,
      if (index != null) 'index': index!,
    };