projectId property

int? get projectId

Implementation

int? get projectId => originalJson['project_id'] as int?;