EIP712TypedData constructor

EIP712TypedData({
  1. required String name,
  2. required String type,
  3. dynamic value,
})

Implementation

EIP712TypedData({required this.name, required this.type, this.value});