onResonse method

  1. @override
BlockProduction onResonse(
  1. dynamic result
)
override

Converts a dynamic response to the generic type T.

Implementation

@override
BlockProduction onResonse(result) {
  return BlockProduction.fromJson(result);
}