statusProperties property
List<StatusProperty>
get
statusProperties
Build status properties for display. Port of buildPrimarySection() + buildSecondarySection() from Status.tsx.
Implementation
List<StatusProperty> get statusProperties {
return [
StatusProperty(label: NeomageTranslationConstants.version.tr, value: '1.0.0'),
StatusProperty(label: NeomageTranslationConstants.provider.tr, value: selectedProvider.value.name),
StatusProperty(label: NeomageTranslationConstants.model.tr, value: modelController.text),
];
}