toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  'logs': logs,
  if (pull != null) 'pull': pull,
  if (run != null) 'run': run,
  'use_containers': useContainers,
};