TCICString constructor

const TCICString({
  1. required String name,
})

Implementation

const TCICString({required this.name});