getFactory static method
Get the TransportableData factory.
Implementation
static TransportableDataFactory? getFactory() {
final helper = sharedFormatExtensions.tedHelper;
return helper!.getTransportableDataFactory();
}
Get the TransportableData factory.
static TransportableDataFactory? getFactory() {
final helper = sharedFormatExtensions.tedHelper;
return helper!.getTransportableDataFactory();
}