specification class
Used to annotate methods or properties in this SFS implementation with the original method name from the SFS.
class specification {
final String name;
const specification({this.name:null});
}
Used to annotate methods or properties in this SFS implementation with the original method name from the SFS.
class specification {
final String name;
const specification({this.name:null});
}