registry top-level property

Map<String, Function> registry
final

Implementation

final Map<String, Function> registry = {
  'color_box': ColorBoxSchemaDto.fromJson,
'column': ColumnSchemaDto.fromJson,
'decoration': DecorationSchemaDto.fromJson,
'expanded': ExpandedSchemaDto.fromJson,
'icon': IconSchemaDto.fromJson,
'image': ImageSchemaDto.fromJson,
'text': LableSchemaDto.fromJson,
'link': LinkSchemaDto.fromJson,
'email': LinkSchemaDto.fromJson,
'map': MapSchemaDto.fromJson,
'padding': PaddingSchemaDto.fromJson,
'row': RowSchemaDto.fromJson,
'scaffold': ScaffoldSchemaDto.fromJson,
'scroll': ScrollSchemaDto.fromJson,
'box': SizeBoxSchemaDto.fromJson,
'spacer': SpacerSchemaDto.fromJson,
'align': AlignSchemaDto.fromJson,
'form': FormSchemaDto.fromJson,
'button': ButtonSchemaDto.fromJson,
'text_field': TextFieldSchemaDto.fromJson,
};