UseCaseMetadata class

Constructors

UseCaseMetadata({required String name, required String useCaseName, required String componentName, required String importStatement, required String? navPath, required String componentImportStatement, required String componentDefinitionPath, required String useCaseDefinitionPath, String? designLink})
const
UseCaseMetadata.fromJson(Map<String, dynamic> map)
factory

Properties

componentDefinitionPath String
final
componentImportStatement String
final
componentName String
final
final
hashCode int
The hash code for this object.
no setterinherited
importStatement String
final
name String
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCaseDefinitionPath String
final
useCaseName String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited