state property

String? state

Implementation

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