blob: 3fa045f6fda365938b69b0ab90ab5881b5468554 [file] [log] [blame]
class LeapScript {
final text;
LeapScript(this.text);
String get name => "SomeName";
String get uri => name;
String get file => "somefile";
}