quantity property

int? get quantity

Implementation

int? get quantity => (_$data['quantity'] as int?);