CustomDataSourceChildLink constructor

CustomDataSourceChildLink({
  1. String? href,
  2. String? type,
})

Implementation

CustomDataSourceChildLink({
  this.href,
  this.type,
});