weight property

int? get weight

Implementation

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