value property

int? get value

Implementation

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