getField method
Fetch a custom field saved on the building
Implementation
MPDataField? getField(String? key) => _buildingInfo?.fields[key];
Fetch a custom field saved on the building
MPDataField? getField(String? key) => _buildingInfo?.fields[key];