Inject class
GrowingAnalytics @author cpacm 2022/12/12 Copyright (C) 2023 Beijing Yishu Technology Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Constructors
Properties
- clsName → String
-
Indicating which dart class to operate on.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importUri → String
-
Indicating which dart file to operate on.
final
- injectType → int
-
final
- isAfter → bool
-
When set to true, you need to ensure that the type returned by the method is consistent with the returned type of the hook method.
final
- isRegex → bool
-
Indicating whether those specification above should be regarded as
regex expressions.
final
- isStatic → bool
-
final
- methodName → String
-
Indicating which dart method to operate on.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited