LMSourceConfig constructor

LMSourceConfig(
  1. String? path,
  2. String? source
)

Implementation

LMSourceConfig(this.path, this.source);