toEip155Method method

Eip155Methods? toEip155Method()

Implementation

Eip155Methods? toEip155Method() {
  final entries = methods.entries.where((element) => element.value == this);
  return (entries.isNotEmpty) ? entries.first.key : null;
}