fromMap static method

ShakeInspectButton fromMap(
  1. Map data
)
override

Converts map to object.

Implementation

static ShakeInspectButton fromMap(Map data) {
  return ShakeInspectButton();
}