Eip712TypeDetails constructor

const Eip712TypeDetails({
  1. required String name,
  2. required String type,
})

Implementation

const Eip712TypeDetails({
  required this.name,
  required this.type,
});