id property

int? id

Implementation

int? get id => originalJson['id'] as int?;