state property

String? get state

Implementation

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