barCordWithEmptyDefault property

  1. @TagNumber.new(21)
String get barCordWithEmptyDefault

Implementation

@$pb.TagNumber(21)
$core.String get barCordWithEmptyDefault => $_getSZ(18);
  1. @TagNumber.new(21)
set barCordWithEmptyDefault (String value)

Implementation

@$pb.TagNumber(21)
set barCordWithEmptyDefault($core.String value) => $_setString(18, value);