NiceViewSchemaComponent constructor
const
NiceViewSchemaComponent({
- required String id,
- required String type,
- String? title,
- NiceViewDataBinding? dataBinding,
- Map<
String, dynamic> props = const {}, - List<
NiceViewValidation> validations = const [], - List<
NiceViewSchemaComponent> children = const [], - Map<
String, dynamic> style = const {}, - List<
String> permissions = const [],
Implementation
const NiceViewSchemaComponent({
required this.id,
required this.type,
this.title,
this.dataBinding,
this.props = const {},
this.validations = const [],
this.children = const [],
this.style = const {},
this.permissions = const [],
});