build abstract method

T build(
  1. Map<String, Object?> json
)

Builder for a plugin config from a serialized JSON Map.

Implementation

T build(Map<String, Object?> json);