defaultData property

Map defaultData

Implementation

static Map get defaultData {
  return {
    "@type": "gitignoreTemplates",
    "total_count": 0,
    "git_ignore_templates": ["Dart"]
  };
}