description property

  1. @TagNumber.new(12)
String get description

The description of the store

Implementation

@$pb.TagNumber(12)
$core.String get description => $_getSZ(8);
  1. @TagNumber.new(12)
set description (String value)

Implementation

@$pb.TagNumber(12)
set description($core.String value) => $_setString(8, value);