accountId property Null safety

String accountId

Implementation

@$pb.TagNumber(1)
$core.String get accountId => $_getSZ(0);
void accountId=(String v)

Implementation

@$pb.TagNumber(1)
set accountId($core.String v) { $_setString(0, v); }