Class constructor
Class({})
Parametric constructor for Class.
Implementation
Class({
required this.name,
required this.fields,
this.isSwiftClass = false,
this.documentationComments = const <String>[],
});
Parametric constructor for Class.
Class({
required this.name,
required this.fields,
this.isSwiftClass = false,
this.documentationComments = const <String>[],
});