ValidNameResult constructor

ValidNameResult({
  1. required String path,
})

Implementation

ValidNameResult({required this.path});