amount property Null safety

int amount

Implementation

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

Implementation

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