order property

int? get order

Implementation

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