json property

Map<String, dynamic> get json

Implementation

Map<String, dynamic> get json => {
  'path': path,
  if (ref != null)
    'ref': ref,
};