json property

Map<String, dynamic> get json

Implementation

Map<String, dynamic> get json => {
  'path': path,
  'type': type,
};