MobXAdapter constructor

MobXAdapter(
  1. String filePath
)

Creates a MobXAdapter for the source file at filePath.

Implementation

MobXAdapter(this.filePath);