encode method

  1. @override
int? encode(
  1. Weird? value
)
override

Implementation

@override
int? encode(Weird? value) => value?.value;