boolFromBool static method

bool? boolFromBool(
  1. bool? value
)

Implementation

static bool? boolFromBool(bool? value) {
  return value;
}