FileTree constructor

const FileTree(
  1. {required ResourceType type,
  2. Key? key}
)

Implementation

const FileTree({required this.type, super.key});