props property

  1. @override
  2. @toBeGenerated
Map props
override

The props maintained by this builder and used passed into the component when built. In this case, it's the current MapView object.

Implementation

@override @toBeGenerated Map get props => throw UngeneratedError(member: #props);