TDObject constructor
TDObject(
- MethodChannel? channel,
- String? a,
- String? b
Implementation
TDObject(MethodChannel? channel, String? a, String? b) {
_channel = channel;
appId = a;
templateCode = b;
}