NotFoundErrorNameResult constructor

NotFoundErrorNameResult({
  1. required String name,
})

Implementation

NotFoundErrorNameResult({required this.name});