encodeBoolData function

  1. @visibleForTesting
Map<String, dynamic> encodeBoolData(
  1. bool booleanValue
)

Implementation

@visibleForTesting
Map<String, dynamic> encodeBoolData(bool booleanValue) => {'booleanValue': booleanValue};