gstin property

  1. @TagNumber.new(20)
String get gstin

The GSTIN of the organization

Implementation

@$pb.TagNumber(20)
$core.String get gstin => $_getSZ(11);
  1. @TagNumber.new(20)
set gstin (String value)

Implementation

@$pb.TagNumber(20)
set gstin($core.String value) => $_setString(11, value);