amount property Null safety

int amount

Implementation

@$pb.TagNumber(3)
$core.int get amount => $_getIZ(2);
void amount=(int v)

Implementation

@$pb.TagNumber(3)
set amount($core.int v) { $_setSignedInt32(2, v); }