ONFINALIZEDECODE<T, R extends LayoutRepository> typedef

ONFINALIZEDECODE<T, R extends LayoutRepository> = dynamic Function(T layoutResult, Map<String, dynamic> structResult, R? repository)

Implementation

typedef ONFINALIZEDECODE<T, R extends LayoutRepository> =
    dynamic Function(
      T layoutResult,
      Map<String, dynamic> structResult,
      R? repository,
    );