mold method

Map<String, dynamic> mold()

Implementation

Map<String, dynamic> mold() {
    return {
        location: _moldA(),
    };
}