CreateResourcesUseCase class
- Inheritance
-
- Object
- ManageResourceBaseUseCase
- CreateResourcesUseCase
Constructors
- CreateResourcesUseCase.new(ConfigManager configManager, TranslationApi translationApi, ResourcesApi _resourcesApi)
Properties
Methods
-
execute(
Map< String, String> keysToTextsMap) → Future<void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
submitResource(
{required String key, required String projectId, required LocalizedTextModel base, required List< LocalizedTextModel> translations}) → Future<bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited