customObjectString property
String
get
customObjectString
Returns the generated Dart code string for all custom objects.
Implementation
String get customObjectString {
return _summarizeStruct.customObjectString;
}