AndroidService constructor

const AndroidService({
  1. required String title,
  2. String? content,
})

Implementation

const AndroidService({required this.title, this.content});