getAllValues abstract method

Map<String, dynamic> getAllValues()

Return all currently known values, using the same typing rules as getValue with a null default (i.e. minimal inference).

Implementation

Map<String, dynamic> getAllValues();