ForgeCell constructor

ForgeCell({
  1. required String data,
})

Implementation

ForgeCell({
  required this.data,
});