title property

String? get title

Implementation

String? get title => originalJson['title'] as String?;