FullConnLink constructor

const FullConnLink({
  1. required String connLink,
})

Implementation

const FullConnLink({
  required this.connLink,
});