ApplicationId constructor

const ApplicationId({
  1. required String id,
})

Implementation

const ApplicationId({required this.id});