Operation constructor Null safety

Operation(
  1. {required String name}
)

Implementation

Operation({required this.name});