Map<String, dynamic> toJson() => <String, dynamic>{ 'name': name, 'description': description, 'custom': custom, 'status': status, 'type': type, };