UpDynamicView constructor

const UpDynamicView({
  1. Key? key,
  2. required String code,
})

Implementation

const UpDynamicView({super.key, required this.code});