Stub fix
This commit is contained in:
parent
307aaeabb9
commit
c05adfa361
|
|
@ -218,8 +218,9 @@ class FilterStubsByCustom2 implements PersistUI {
|
||||||
final String value;
|
final String value;
|
||||||
}
|
}
|
||||||
|
|
||||||
class FilterStubsByClient implements PersistUI {
|
class FilterStubsByEntity implements PersistUI {
|
||||||
FilterStubsByClient([this.clientId]);
|
FilterStubsByEntity({this.entityId, this.entityType});
|
||||||
|
|
||||||
final int clientId;
|
final int entityId;
|
||||||
|
final EntityType entityType;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue