Identifiable constructor

Identifiable({
  1. required String id,
})

Implementation

Identifiable({required this.id});