description property

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

The description of the store

Implementation

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

Implementation

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