toMap method

  1. @override
Map toMap()
override

Implementation

@override
Map toMap() => {
      'File': {'path': path, 'child': child?.toMap(), 'execute': execute}
    };