from method

  1. @override
int from(
  1. bool value
)
override

Implementation

@override
int from(bool value) {
  return value ? 1 : 0;
}