toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  'path': path,
  'content': content,
  'mtimeMs': mtimeMs,
  if (header != null) 'header': header,
  if (limit != null) 'limit': limit,
};