name property

String? get name

Implementation

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