defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "pageBlockCaption",
    "@return_type": "pageBlockCaption",
    "text": {"@type": "richText"},
    "credit": {"@type": "richText"}
  };
}