LKBuilding constructor

LKBuilding({
  1. required String id,
})

Implementation

LKBuilding({required this.id});