sourceArbTemplate top-level constant

String const sourceArbTemplate

Implementation

const String sourceArbTemplate = r'''{
  "@@locale": "en",

  "commonExample": "Example string — replace with your first real key",
  "@commonExample": {
    "namespace": "common",
    "description": "Example seed entry illustrating the @key shape (flat camelCase key + @key.namespace metadata). Delete this once you've added your first real string.",
    "context": "shared"
  }
}
''';