defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "pageBlockVerticalAlignment",
    "@is_json_scheme_class": true,
    "@return_type": "pageBlockVerticalAlignment",
    "page_block_vertical_alignment_top": {"@type": "pageBlockVerticalAlignmentTop"},
    "page_block_vertical_alignment_middle": {"@type": "pageBlockVerticalAlignmentMiddle"},
    "page_block_vertical_alignment_bottom": {"@type": "pageBlockVerticalAlignmentBottom"}
  };
}