GTAdsInsert class

@Author: gstory @CreateDate: 2022/8/31 19:55 @Email gstory0404@gmail.com @Description: 插屏广告

Constructors

GTAdsInsert.new({required List<GTAdsCode> codes, required bool isFull, required int timeout, required String model, GTAdsCallBack? callBack})

Properties

callBack GTAdsCallBack?
final
codes List<GTAdsCode>
final
hashCode int
The hash code for this object.
no setterinherited
isFull bool
final
model String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
final

Methods

init() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTime() → void
toString() String
A string representation of this object.
inherited

Operators

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