ActivityType.from constructor

ActivityType.from(
  1. int value
)

Creates ActivityType from value

Implementation

ActivityType.from(int value) : super(value);