rename value getter
This commit is contained in:
parent
782ee6e781
commit
4f8e8df1cc
@ -49,8 +49,8 @@ class Flag
|
||||
this.#_hierarchy = data.hierarchy || '';
|
||||
this.#_type = Flag.resolveType(data.value);
|
||||
}
|
||||
|
||||
getValue<T> ()
|
||||
|
||||
get<T> ()
|
||||
{
|
||||
return this.#_value as T;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user