Robots constructor

const Robots({
  1. required String content,
  2. Key? key,
})

Implementation

const Robots({required this.content, Key? key}) : super(key: key);