TcxAbstractSource constructor

TcxAbstractSource({
  1. required String name,
})

Implementation

TcxAbstractSource({
  required this.name,
});